#hdrMenus #hdrCurrSection {
 display: block;
 float: left;
}

#hdrMenus ul.hdrMenuMain {
 height: auto;
}

#hdrLeft ul.hdrMenuMain li {
 padding-top: 0;
}

#contentCenter {
 display: block;
 float: left;
 width: 488px;
 padding: 10px 10px 0;
}

#contentCenter h5 {
 color: #345;
 font-size: 100%;
 font-weight: bold;
 margin-bottom: 1.2em;
}

#contentCenter ul {
 display: block;
 height: 5em;
 margin-bottom: 2em;
}

#contentCenter ul li {
 display: block;
 float: left;
 width: 24px;
 height: 3em;
 margin-right: 16px;
 list-style-type: none;
 line-height: 1em;
 padding-top: 2em;
 background: #345;
 text-align: center;
}

#contentCenter ul li#currStep {
 background: #a22;
}

#contentCenter ul a {
 color: #fff;
 font-weight: bold;
}

#contentCenter h1 {
 font-size: 150%;
 font-weight: normal;
 line-height: 1em;
 margin-bottom: 1.2em;
}

#contentCenter p {
 text-align: justify;
}

#contentRight {
 display: block;
 float: right;
 width: 396px;
}

img#rightImages {
 margin-bottom: 2em;
}

#contentRight h1 {
 clear: right;
 display: block;
 float: right;
 color: #bbb;
 font-size: 420%;
 line-height: 1em;
 font-weight: bold;
 text-transform: lowercase;
 text-align: right;
 margin-bottom: 0.1em;
 white-space: nowrap;
}

#learnMore {
 clear: right;
 display: block;
 float: right;
 width: 298px;
}

#learnMore h2 {
 height: 1.8em;
 padding-left: 8px;
 padding-top: 0.2em;
 background: #348;
 color: #fff;
 font-size: 90%;
 font-weight: bold;
 text-transform: uppercase;
}

#learnMore a {
 display: block;
 color: #348;
 font-weight: bold;
 margin-top: 1.2em;
}
